home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 80 / 080.d81 / taxwise boot (.txt) < prev    next >
Commodore BASIC  |  2022-08-26  |  782b  |  19 lines

  1. 10 poke53281,0:poke53280,0:print"[147]":gosub60000
  2. 20 print"[129]   [212]  [193]  [216]  [215]  [201]  [211]  [197]     1  9  9  0"
  3. 25 print"[154] "chr$(34)"[193]nd the number of the [194]east was 1040"chr$(34)
  4. 30 print"[144]load"chr$(34)"taxwise1/15/91"chr$(34)",8"
  5. 40 print"?chr$(147);chr$(142):run"
  6. 50 poke631,13:poke632,13:poke198,2:end
  7. 10000 open15,8,15,"s0:taxwise boot":close15:save"taxwise boot",8:end
  8. 60000 b9$="                                      "
  9. 60010 poke214,14:print:print"  [155][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][152]"
  10. 60020 fori=0to7:printb9$:next:print"  [151][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][152]"
  11. 60030 b9$(0)="[212] [193] [216] [215] [201] [211] [197]    [214] 2"
  12. 60040 b9$(1)="([195]) 1988, 1991 by [202]ohn [198]oster"
  13. 60050 b9$(2)="[193] [211]oftdisk [208]ublication"
  14. 60060 b9$(3)="[208]ublished on [204][207][193][196][211][212][193][210] #80"
  15. 60070 b9$(4)="[211]ubscriptions 1-800-831-2694"
  16. 60080 b9$(5)="[193]ll [210]ights [210]eserved"
  17. 60090 poke214,16:print:fori=0to5:printtab(20-(len(b9$(i))/2))""b9$(i):next
  18. 60099 return
  19.